DescribeNodeResponse

data class DescribeNodeResponse(node: Node)

Represents response frame that is returned from DOM#describeNode operation call. Describes node given its id, does not require domain to be enabled. Does not start tracking any objects, can be used for automation.

See also

Constructors

DescribeNodeResponse
Link copied to clipboard
fun DescribeNodeResponse(node: Node)

Properties

node
Link copied to clipboard
val node: Node
Node description.

Sources

jvm source
Link copied to clipboard